﻿2026-06-21T12:02:03.5630905Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T12:02:03.5631270Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T12:02:03.5631494Z [36;1m$PIN = "0c95435"[0m
2026-06-21T12:02:03.5631713Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T12:02:03.5631975Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T12:02:03.5632320Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T12:02:03.5632714Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T12:02:03.5633016Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T12:02:03.5633791Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T12:02:03.5634037Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T12:02:03.5634314Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T12:02:03.5634597Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T12:02:03.5634879Z [36;1m}[0m
2026-06-21T12:02:03.5635044Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T12:02:03.5635295Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T12:02:03.5702720Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T12:02:03.5702993Z ##[endgroup]
2026-06-21T12:02:04.4132355Z    Compiling proc-macro2 v1.0.106
2026-06-21T12:02:04.4132744Z    Compiling quote v1.0.45
2026-06-21T12:02:04.4132948Z    Compiling unicode-ident v1.0.24
2026-06-21T12:02:04.4133237Z    Compiling cfg-if v1.0.4
2026-06-21T12:02:04.4134072Z    Compiling serde_core v1.0.228
2026-06-21T12:02:04.4134388Z    Compiling serde v1.0.228
2026-06-21T12:02:04.4134636Z    Compiling windows-link v0.2.1
2026-06-21T12:02:04.4134990Z    Compiling typenum v1.20.1
2026-06-21T12:02:04.4135452Z    Compiling getrandom v0.3.4
2026-06-21T12:02:04.4136473Z    Compiling portable-atomic v1.13.1
2026-06-21T12:02:04.4136963Z    Compiling version_check v0.9.5
2026-06-21T12:02:04.4137339Z    Compiling pin-project-lite v0.2.17
2026-06-21T12:02:04.4137645Z    Compiling memchr v2.8.1
2026-06-21T12:02:04.4137905Z    Compiling find-msvc-tools v0.1.9
2026-06-21T12:02:04.4139283Z    Compiling critical-section v1.2.0
2026-06-21T12:02:04.4142261Z    Compiling shlex v2.0.1
2026-06-21T12:02:04.4871459Z    Compiling windows-sys v0.61.2
2026-06-21T12:02:04.5103125Z    Compiling subtle v2.6.1
2026-06-21T12:02:04.5587518Z    Compiling smallvec v1.15.1
2026-06-21T12:02:04.5786284Z    Compiling equivalent v1.0.2
2026-06-21T12:02:04.5920276Z    Compiling futures-core v0.3.32
2026-06-21T12:02:04.6591614Z    Compiling bytes v1.11.1
2026-06-21T12:02:04.6764184Z    Compiling itoa v1.0.18
2026-06-21T12:02:04.7132572Z    Compiling semver v1.0.28
2026-06-21T12:02:04.7696491Z    Compiling stable_deref_trait v1.2.1
2026-06-21T12:02:04.7916428Z    Compiling log v0.4.32
2026-06-21T12:02:04.9083188Z    Compiling futures-io v0.3.32
2026-06-21T12:02:04.9134574Z    Compiling generic-array v0.14.7
2026-06-21T12:02:04.9326057Z    Compiling rustc_version v0.4.1
2026-06-21T12:02:04.9917463Z    Compiling slab v0.4.12
2026-06-21T12:02:05.0015424Z    Compiling futures-sink v0.3.32
2026-06-21T12:02:05.0875579Z    Compiling futures-task v0.3.32
2026-06-21T12:02:05.0884495Z    Compiling hashbrown v0.17.1
2026-06-21T12:02:05.0916107Z    Compiling rustversion v1.0.22
2026-06-21T12:02:05.2156263Z    Compiling futures-channel v0.3.32
2026-06-21T12:02:05.2868891Z    Compiling getrandom v0.2.17
2026-06-21T12:02:05.2875631Z    Compiling cpufeatures v0.2.17
2026-06-21T12:02:05.3565082Z    Compiling jobserver v0.1.34
2026-06-21T12:02:05.3580750Z    Compiling fnv v1.0.7
2026-06-21T12:02:05.4172334Z    Compiling libc v0.2.186
2026-06-21T12:02:05.4308604Z    Compiling strsim v0.11.1
2026-06-21T12:02:05.4619329Z    Compiling cfg_aliases v0.2.1
2026-06-21T12:02:05.5025290Z    Compiling rand_core v0.10.1
2026-06-21T12:02:05.6751498Z    Compiling indexmap v2.14.0
2026-06-21T12:02:05.8696888Z    Compiling autocfg v1.5.1
2026-06-21T12:02:05.9560461Z    Compiling litemap v0.8.2
2026-06-21T12:02:05.9725068Z    Compiling writeable v0.6.3
2026-06-21T12:02:05.9782828Z    Compiling getrandom v0.4.2
2026-06-21T12:02:06.0114761Z    Compiling utf8_iter v1.0.4
2026-06-21T12:02:06.0621971Z    Compiling cc v1.2.63
2026-06-21T12:02:06.1366149Z    Compiling icu_properties_data v2.2.0
2026-06-21T12:02:06.1758027Z    Compiling ident_case v1.0.1
2026-06-21T12:02:06.2129059Z    Compiling fs_extra v1.3.0
2026-06-21T12:02:06.2140096Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T12:02:06.2483662Z    Compiling dunce v1.0.5
2026-06-21T12:02:06.4398822Z    Compiling percent-encoding v2.3.2
2026-06-21T12:02:06.4527844Z    Compiling http v1.4.1
2026-06-21T12:02:06.5227740Z    Compiling syn v2.0.117
2026-06-21T12:02:06.5341739Z    Compiling thiserror v2.0.18
2026-06-21T12:02:06.6208019Z    Compiling crypto-common v0.1.7
2026-06-21T12:02:06.6703296Z    Compiling cpufeatures v0.3.0
2026-06-21T12:02:06.6862653Z    Compiling aws-lc-rs v1.17.0
2026-06-21T12:02:06.6863115Z    Compiling unicode-segmentation v1.13.3
2026-06-21T12:02:06.7034110Z    Compiling scopeguard v1.2.0
2026-06-21T12:02:06.7393101Z    Compiling chacha20 v0.10.0
2026-06-21T12:02:06.7474176Z    Compiling block-buffer v0.10.4
2026-06-21T12:02:06.7755094Z    Compiling lock_api v0.4.14
2026-06-21T12:02:06.7768165Z    Compiling form_urlencoded v1.2.2
2026-06-21T12:02:06.7832058Z    Compiling bitflags v2.12.1
2026-06-21T12:02:06.8108330Z    Compiling untrusted v0.9.0
2026-06-21T12:02:06.9065323Z    Compiling cmake v0.1.58
2026-06-21T12:02:06.9396879Z    Compiling winapi v0.3.9
2026-06-21T12:02:06.9884259Z    Compiling rand v0.10.1
2026-06-21T12:02:07.0057805Z    Compiling digest v0.10.7
2026-06-21T12:02:07.0185747Z    Compiling num-traits v0.2.19
2026-06-21T12:02:07.0199537Z    Compiling windows-result v0.4.1
2026-06-21T12:02:07.0447702Z    Compiling windows-strings v0.5.1
2026-06-21T12:02:07.1562448Z    Compiling heck v0.5.0
2026-06-21T12:02:07.2031000Z    Compiling rustls v0.23.40
2026-06-21T12:02:07.4014520Z    Compiling convert_case v0.10.0
2026-06-21T12:02:07.4800278Z    Compiling unicode-xid v0.2.6
2026-06-21T12:02:07.6179897Z    Compiling const-oid v0.10.2
2026-06-21T12:02:07.6472679Z    Compiling anyhow v1.0.102
2026-06-21T12:02:07.6755620Z    Compiling atomic-waker v1.1.2
2026-06-21T12:02:07.7077937Z    Compiling zerocopy v0.8.50
2026-06-21T12:02:07.7289443Z    Compiling aws-lc-sys v0.41.0
2026-06-21T12:02:07.7791483Z    Compiling ring v0.17.14
2026-06-21T12:02:07.8318521Z    Compiling httparse v1.10.1
2026-06-21T12:02:07.8348473Z    Compiling parking_lot_core v0.9.12
2026-06-21T12:02:07.8814076Z    Compiling http-body v1.0.1
2026-06-21T12:02:07.9346776Z    Compiling hybrid-array v0.4.12
2026-06-21T12:02:08.0019799Z    Compiling curve25519-dalek v4.1.3
2026-06-21T12:02:08.0031243Z    Compiling ahash v0.8.12
2026-06-21T12:02:08.0065415Z    Compiling powerfmt v0.2.0
2026-06-21T12:02:08.0299820Z    Compiling base64ct v1.8.3
2026-06-21T12:02:08.2292731Z    Compiling fastrand v2.4.1
2026-06-21T12:02:08.2679095Z    Compiling either v1.16.0
2026-06-21T12:02:08.3446254Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T12:02:08.3998646Z    Compiling deranged v0.5.8
2026-06-21T12:02:08.4575771Z    Compiling rand_core v0.6.4
2026-06-21T12:02:08.4827808Z    Compiling time-core v0.1.8
2026-06-21T12:02:08.5148080Z    Compiling try-lock v0.2.5
2026-06-21T12:02:08.5730763Z    Compiling tower-service v0.3.3
2026-06-21T12:02:08.6442084Z    Compiling tinyvec_macros v0.1.1
2026-06-21T12:02:08.6966055Z    Compiling pkg-config v0.3.33
2026-06-21T12:02:08.7029026Z    Compiling data-encoding v2.11.0
2026-06-21T12:02:08.7234022Z    Compiling num-conv v0.2.2
2026-06-21T12:02:08.7334391Z    Compiling base64 v0.22.1
2026-06-21T12:02:08.7644728Z    Compiling zmij v1.0.21
2026-06-21T12:02:08.8141247Z    Compiling vcpkg v0.2.15
2026-06-21T12:02:08.8163044Z    Compiling tinyvec v1.11.0
2026-06-21T12:02:08.8222148Z    Compiling want v0.3.1
2026-06-21T12:02:08.8935291Z    Compiling parking_lot v0.12.5
2026-06-21T12:02:09.1908633Z    Compiling crypto-common v0.2.2
2026-06-21T12:02:09.3514606Z    Compiling block-buffer v0.12.0
2026-06-21T12:02:09.3731898Z    Compiling sha2 v0.10.9
2026-06-21T12:02:09.5181878Z    Compiling vergen-lib v9.1.0
2026-06-21T12:02:09.5443227Z    Compiling inout v0.1.4
2026-06-21T12:02:09.6028912Z    Compiling n0-future v0.3.2
2026-06-21T12:02:09.6045090Z    Compiling winnow v1.0.3
2026-06-21T12:02:09.6292945Z    Compiling spin v0.10.0
2026-06-21T12:02:09.7127308Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T12:02:09.7966412Z    Compiling parking v2.2.1
2026-06-21T12:02:09.8532035Z    Compiling synstructure v0.13.2
2026-06-21T12:02:09.8924623Z    Compiling darling_core v0.20.11
2026-06-21T12:02:09.8944740Z    Compiling serde_json v1.0.150
2026-06-21T12:02:09.8996211Z    Compiling signature v2.2.0
2026-06-21T12:02:09.9940364Z    Compiling cordyceps v0.3.4
2026-06-21T12:02:10.0014779Z    Compiling crossbeam-utils v0.8.21
2026-06-21T12:02:10.0102527Z    Compiling httpdate v1.0.3
2026-06-21T12:02:10.0671408Z    Compiling diatomic-waker v0.2.3
2026-06-21T12:02:10.1032638Z    Compiling digest v0.11.3
2026-06-21T12:02:10.1686003Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T12:02:10.2323381Z    Compiling ed25519 v2.2.3
2026-06-21T12:02:10.2531387Z    Compiling futures-buffered v0.2.13
2026-06-21T12:02:10.3568751Z    Compiling futures-lite v2.6.1
2026-06-21T12:02:10.4183491Z    Compiling cipher v0.4.4
2026-06-21T12:02:10.4717627Z    Compiling universal-hash v0.5.1
2026-06-21T12:02:10.4939606Z    Compiling vergen-lib v0.1.6
2026-06-21T12:02:10.6014981Z    Compiling vergen v9.1.0
2026-06-21T12:02:10.6437055Z    Compiling noq-udp v0.10.0
2026-06-21T12:02:10.6639535Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T12:02:10.7084310Z    Compiling heapless v0.7.17
2026-06-21T12:02:10.7302775Z    Compiling sync_wrapper v1.0.2
2026-06-21T12:02:10.8067228Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T12:02:10.8337002Z    Compiling opaque-debug v0.3.1
2026-06-21T12:02:10.9460801Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T12:02:10.9559003Z    Compiling allocator-api2 v0.2.21
2026-06-21T12:02:10.9902531Z    Compiling byteorder v1.5.0
2026-06-21T12:02:11.0150951Z    Compiling polyval v0.6.2
2026-06-21T12:02:11.1175207Z    Compiling hash32 v0.2.1
2026-06-21T12:02:11.2616630Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T12:02:11.5061226Z    Compiling socket2 v0.6.4
2026-06-21T12:02:11.6729949Z    Compiling mio v1.2.1
2026-06-21T12:02:11.6901593Z    Compiling spin v0.9.8
2026-06-21T12:02:11.7312761Z    Compiling vergen-gitcl v1.0.8
2026-06-21T12:02:11.7654157Z    Compiling windows-threading v0.2.1
2026-06-21T12:02:11.9352752Z    Compiling signature v3.0.0
2026-06-21T12:02:12.0008466Z    Compiling fallible-iterator v0.3.0
2026-06-21T12:02:12.0230194Z    Compiling tower-layer v0.3.3
2026-06-21T12:02:12.0758925Z    Compiling serde_derive v1.0.228
2026-06-21T12:02:12.1000646Z    Compiling zeroize_derive v1.4.3
2026-06-21T12:02:12.2165461Z    Compiling zerofrom-derive v0.1.7
2026-06-21T12:02:12.3553189Z    Compiling tokio-macros v2.7.0
2026-06-21T12:02:12.3861956Z    Compiling yoke-derive v0.8.2
2026-06-21T12:02:12.4381669Z    Compiling futures-macro v0.3.32
2026-06-21T12:02:12.7589184Z    Compiling zerovec-derive v0.11.3
2026-06-21T12:02:12.8110318Z    Compiling zeroize v1.8.2
2026-06-21T12:02:12.8787259Z    Compiling displaydoc v0.2.6
2026-06-21T12:02:12.9356485Z    Compiling tracing-attributes v0.1.31
2026-06-21T12:02:12.9676334Z    Compiling thiserror-impl v2.0.18
2026-06-21T12:02:13.1264741Z    Compiling tokio v1.52.3
2026-06-21T12:02:13.1676097Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T12:02:13.1751088Z    Compiling rustls-pki-types v1.14.1
2026-06-21T12:02:13.2247193Z    Compiling darling_macro v0.20.11
2026-06-21T12:02:13.3510295Z    Compiling futures-util v0.3.32
2026-06-21T12:02:13.5232881Z    Compiling derive_more-impl v2.1.1
2026-06-21T12:02:13.5740132Z    Compiling windows-implement v0.60.2
2026-06-21T12:02:13.7739670Z    Compiling darling v0.20.11
2026-06-21T12:02:13.7844011Z    Compiling spez v0.1.2
2026-06-21T12:02:13.8398726Z    Compiling windows-interface v0.59.3
2026-06-21T12:02:13.8510562Z    Compiling zerofrom v0.1.8
2026-06-21T12:02:13.8545352Z    Compiling n0-error-macros v0.1.3
2026-06-21T12:02:14.0425061Z    Compiling derive_builder_core v0.20.2
2026-06-21T12:02:14.1091145Z    Compiling der v0.8.0-rc.10
2026-06-21T12:02:14.1698364Z    Compiling yoke v0.8.3
2026-06-21T12:02:14.2283286Z    Compiling pin-project-internal v1.1.13
2026-06-21T12:02:14.5764827Z    Compiling zerovec v0.11.6
2026-06-21T12:02:14.6133279Z    Compiling zerotrie v0.2.4
2026-06-21T12:02:14.7626317Z    Compiling windows-core v0.62.2
2026-06-21T12:02:14.8049196Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T12:02:14.9068958Z    Compiling n0-error v0.1.3
2026-06-21T12:02:14.9110371Z    Compiling ryu v1.0.23
2026-06-21T12:02:14.9628469Z    Compiling ed25519-dalek v2.2.0
2026-06-21T12:02:15.0460996Z    Compiling cobs v0.3.0
2026-06-21T12:02:15.0878317Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T12:02:15.1349248Z    Compiling proc-macro-crate v3.5.0
2026-06-21T12:02:15.2567803Z    Compiling tinystr v0.8.3
2026-06-21T12:02:15.2815228Z    Compiling potential_utf v0.1.5
2026-06-21T12:02:15.2946760Z    Compiling derive_builder_macro v0.20.2
2026-06-21T12:02:15.3098050Z    Compiling spki v0.8.0-rc.4
2026-06-21T12:02:15.5390332Z    Compiling icu_locale_core v2.2.0
2026-06-21T12:02:15.5524602Z    Compiling icu_collections v2.2.0
2026-06-21T12:02:15.5710128Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T12:02:15.5723245Z    Compiling pin-project v1.1.13
2026-06-21T12:02:15.5847351Z    Compiling windows-future v0.3.2
2026-06-21T12:02:15.6051402Z    Compiling windows-collections v0.3.2
2026-06-21T12:02:15.6273067Z    Compiling windows-numerics v0.3.1
2026-06-21T12:02:15.7640089Z    Compiling derive_builder v0.20.2
2026-06-21T12:02:15.7956472Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T12:02:15.8010830Z    Compiling postcard-derive v0.2.2
2026-06-21T12:02:15.8755636Z    Compiling windows-targets v0.52.6
2026-06-21T12:02:15.9032646Z    Compiling ghash v0.5.1
2026-06-21T12:02:16.0205990Z    Compiling aes v0.8.4
2026-06-21T12:02:16.0555694Z    Compiling ctr v0.9.2
2026-06-21T12:02:16.1322102Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T12:02:16.2434357Z    Compiling fs2 v0.4.3
2026-06-21T12:02:16.2434799Z    Compiling time v0.3.47
2026-06-21T12:02:16.3395259Z    Compiling futures-executor v0.3.32
2026-06-21T12:02:16.3743358Z    Compiling http-body-util v0.1.3
2026-06-21T12:02:16.3748782Z    Compiling aead v0.5.2
2026-06-21T12:02:16.3865649Z    Compiling ipconfig v0.3.4
2026-06-21T12:02:16.3977463Z    Compiling widestring v1.2.1
2026-06-21T12:02:16.5760658Z    Compiling icu_provider v2.2.0
2026-06-21T12:02:16.6638155Z    Compiling ipnet v2.12.0
2026-06-21T12:02:16.6861116Z    Compiling futures v0.3.32
2026-06-21T12:02:16.7745051Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T12:02:16.7962960Z    Compiling chrono v0.4.45
2026-06-21T12:02:16.9084072Z    Compiling icu_properties v2.2.0
2026-06-21T12:02:17.0089128Z    Compiling icu_normalizer v2.2.0
2026-06-21T12:02:17.2371015Z    Compiling once_cell v1.21.4
2026-06-21T12:02:17.3297304Z    Compiling tokio-util v0.7.18
2026-06-21T12:02:17.3677540Z    Compiling prefix-trie v0.8.4
2026-06-21T12:02:17.3948878Z    Compiling tower v0.5.3
2026-06-21T12:02:17.4354654Z    Compiling tracing-core v0.1.36
2026-06-21T12:02:17.5916125Z    Compiling postcard v1.1.3
2026-06-21T12:02:17.7800281Z    Compiling tracing v0.1.44
2026-06-21T12:02:17.8478322Z    Compiling hashbrown v0.14.5
2026-06-21T12:02:17.8800504Z    Compiling derive_more v2.1.1
2026-06-21T12:02:18.0092765Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T12:02:18.0932391Z    Compiling h2 v0.4.14
2026-06-21T12:02:18.1422008Z    Compiling idna_adapter v1.2.2
2026-06-21T12:02:18.2431226Z    Compiling idna v1.1.0
2026-06-21T12:02:18.2580408Z    Compiling aes-gcm v0.10.3
2026-06-21T12:02:18.3114778Z    Compiling windows v0.62.2
2026-06-21T12:02:18.3115322Z    Compiling num_enum_derive v0.7.6
2026-06-21T12:02:18.4108562Z    Compiling windows-sys v0.59.0
2026-06-21T12:02:18.4109057Z    Compiling data-encoding-macro v0.1.20
2026-06-21T12:02:18.4420686Z    Compiling hashlink v0.9.1
2026-06-21T12:02:18.5273966Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T12:02:18.5348352Z    Compiling crossbeam-channel v0.5.15
2026-06-21T12:02:18.6219178Z    Compiling url v2.5.8
2026-06-21T12:02:18.6252407Z    Compiling enum-assoc v1.3.0
2026-06-21T12:02:18.7395867Z    Compiling rusqlite v0.32.1
2026-06-21T12:02:18.7509653Z    Compiling async-trait v0.1.89
2026-06-21T12:02:18.7672179Z    Compiling strum_macros v0.28.0
2026-06-21T12:02:18.8126145Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T12:02:18.9641048Z    Compiling blake3 v1.8.5
2026-06-21T12:02:19.0878034Z    Compiling windows-registry v0.6.1
2026-06-21T12:02:19.1589202Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T12:02:19.3706246Z    Compiling uuid v1.23.2
2026-06-21T12:02:19.4825360Z    Compiling memoffset v0.6.5
2026-06-21T12:02:19.5182405Z    Compiling noq v0.18.0
2026-06-21T12:02:19.5268825Z    Compiling netwatch v0.16.0
2026-06-21T12:02:19.5269273Z    Compiling acto v0.8.2
2026-06-21T12:02:19.5472268Z    Compiling mac-addr v0.3.0
2026-06-21T12:02:19.8119782Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T12:02:19.8166370Z    Compiling lru-slab v0.1.2
2026-06-21T12:02:19.8167293Z    Compiling tagptr v0.2.0
2026-06-21T12:02:20.0420765Z    Compiling rustc-hash v2.1.2
2026-06-21T12:02:20.0646742Z    Compiling xml-rs v0.8.28
2026-06-21T12:02:20.0699193Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T12:02:20.0819308Z    Compiling foldhash v0.2.0
2026-06-21T12:02:20.1875734Z    Compiling identity-hash v0.1.0
2026-06-21T12:02:20.2077644Z    Compiling thiserror v1.0.69
2026-06-21T12:02:20.2118545Z    Compiling ref-cast v1.0.25
2026-06-21T12:02:20.2795440Z    Compiling hashbrown v0.16.1
2026-06-21T12:02:20.2982999Z    Compiling moka v0.12.15
2026-06-21T12:02:20.5202716Z    Compiling netdev v0.42.0
2026-06-21T12:02:20.6145637Z    Compiling num_enum v0.7.6
2026-06-21T12:02:20.6837439Z    Compiling xmltree v0.10.3
2026-06-21T12:02:20.7040542Z    Compiling iroh-metrics v0.38.3
2026-06-21T12:02:20.8947892Z    Compiling attohttpc v0.30.1
2026-06-21T12:02:20.9893191Z    Compiling iroh-base v0.98.0
2026-06-21T12:02:21.0555630Z    Compiling tower-http v0.6.11
2026-06-21T12:02:21.2930668Z    Compiling iroh-relay v0.98.0
2026-06-21T12:02:21.2964347Z    Compiling n0-watcher v0.6.1
2026-06-21T12:02:21.2978785Z    Compiling strum v0.28.0
2026-06-21T12:02:21.3021309Z    Compiling tokio-stream v0.1.18
2026-06-21T12:02:21.5017420Z    Compiling toml_datetime v0.6.11
2026-06-21T12:02:21.5868168Z    Compiling serde_spanned v0.6.9
2026-06-21T12:02:21.6006535Z    Compiling thiserror-impl v1.0.69
2026-06-21T12:02:21.6126775Z    Compiling ref-cast-impl v1.0.25
2026-06-21T12:02:21.7384256Z    Compiling serde_derive_internals v0.29.1
2026-06-21T12:02:21.7710181Z    Compiling hyper v1.10.1
2026-06-21T12:02:21.8164402Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T12:02:21.8359227Z    Compiling simple-dns v0.9.3
2026-06-21T12:02:21.8508931Z    Compiling serial-core v0.4.0
2026-06-21T12:02:21.9600537Z    Compiling aho-corasick v1.1.4
2026-06-21T12:02:22.0831611Z    Compiling sha1_smol v1.0.1
2026-06-21T12:02:23.0963419Z    Compiling arrayvec v0.7.6
2026-06-21T12:02:23.2199861Z    Compiling toml_write v0.1.2
2026-06-21T12:02:23.2797713Z    Compiling resolv-conf v0.7.6
2026-06-21T12:02:23.3024693Z    Compiling simdutf8 v0.1.5
2026-06-21T12:02:23.3478306Z    Compiling winreg v0.10.1
2026-06-21T12:02:23.4461696Z    Compiling constant_time_eq v0.4.2
2026-06-21T12:02:23.6069342Z    Compiling hyper-util v0.1.20
2026-06-21T12:02:23.6070743Z    Compiling regex-syntax v0.8.10
2026-06-21T12:02:23.6249795Z    Compiling arrayref v0.3.9
2026-06-21T12:02:23.6894517Z    Compiling smol_str v0.1.24
2026-06-21T12:02:23.7426445Z    Compiling winnow v0.7.15
2026-06-21T12:02:23.8229735Z    Compiling schemars_derive v1.2.1
2026-06-21T12:02:24.2484281Z    Compiling iroh-dns v0.98.0
2026-06-21T12:02:24.3438378Z    Compiling serial-windows v0.4.0
2026-06-21T12:02:24.5929250Z    Compiling lru v0.16.4
2026-06-21T12:02:24.7288246Z    Compiling webpki-roots v1.0.7
2026-06-21T12:02:24.7802590Z    Compiling seize v0.5.1
2026-06-21T12:02:24.8007809Z    Compiling darling_core v0.23.0
2026-06-21T12:02:24.8063871Z    Compiling hmac v0.12.1
2026-06-21T12:02:24.8531857Z    Compiling serde_bytes v0.11.19
2026-06-21T12:02:24.8760996Z    Compiling iroh v0.98.2
2026-06-21T12:02:24.8878087Z    Compiling bitflags v1.3.2
2026-06-21T12:02:24.8935535Z    Compiling anstyle v1.0.14
2026-06-21T12:02:24.9813732Z    Compiling igd-next v0.17.1
2026-06-21T12:02:24.9917379Z    Compiling pin-utils v0.1.0
2026-06-21T12:02:25.0856358Z    Compiling dyn-clone v1.0.20
2026-06-21T12:02:25.1541389Z    Compiling utf8parse v0.2.2
2026-06-21T12:02:25.1559749Z    Compiling lazy_static v1.5.0
2026-06-21T12:02:25.2422806Z    Compiling cmov v0.5.4
2026-06-21T12:02:25.2536288Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T12:02:25.2716773Z    Compiling anstyle-parse v1.0.0
2026-06-21T12:02:25.2904960Z    Compiling shared_library v0.1.9
2026-06-21T12:02:25.3043139Z    Compiling nix v0.25.1
2026-06-21T12:02:25.3496836Z    Compiling anstyle-wincon v3.0.11
2026-06-21T12:02:25.4178596Z    Compiling papaya v0.2.4
2026-06-21T12:02:25.4724566Z    Compiling regex-automata v0.4.14
2026-06-21T12:02:25.5064311Z    Compiling toml_edit v0.22.27
2026-06-21T12:02:25.5284455Z    Compiling ctutils v0.4.2
2026-06-21T12:02:25.6278929Z    Compiling hkdf v0.12.4
2026-06-21T12:02:25.6489482Z    Compiling serial v0.4.0
2026-06-21T12:02:25.7503558Z    Compiling filedescriptor v0.8.3
2026-06-21T12:02:25.7621563Z    Compiling schemars v1.2.1
2026-06-21T12:02:25.7980073Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T12:02:25.7980589Z    Compiling backon v1.6.0
2026-06-21T12:02:25.8244980Z    Compiling anstyle-query v1.1.5
2026-06-21T12:02:25.8905518Z    Compiling colorchoice v1.0.5
2026-06-21T12:02:25.9627563Z    Compiling paste v1.0.15
2026-06-21T12:02:26.0117161Z    Compiling foldhash v0.1.5
2026-06-21T12:02:26.0265267Z    Compiling downcast-rs v1.2.1
2026-06-21T12:02:26.0446056Z    Compiling shell-words v1.1.1
2026-06-21T12:02:26.1133011Z    Compiling instability v0.3.12
2026-06-21T12:02:26.1442063Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T12:02:26.2297809Z    Compiling anstream v1.0.0
2026-06-21T12:02:26.2896251Z    Compiling hashbrown v0.15.5
2026-06-21T12:02:26.2896720Z    Compiling portable-pty v0.8.1
2026-06-21T12:02:26.3549479Z    Compiling spake2 v0.4.0
2026-06-21T12:02:26.4484786Z    Compiling strum_macros v0.26.4
2026-06-21T12:02:26.4678818Z    Compiling terminal_size v0.4.4
2026-06-21T12:02:26.6250530Z    Compiling crossterm_winapi v0.9.1
2026-06-21T12:02:26.7189033Z    Compiling itertools v0.13.0
2026-06-21T12:02:26.7664475Z    Compiling sha1 v0.10.6
2026-06-21T12:02:26.9383297Z    Compiling castaway v0.2.4
2026-06-21T12:02:27.0237194Z    Compiling static_assertions v1.1.0
2026-06-21T12:02:27.0264022Z    Compiling recvmsg v1.0.0
2026-06-21T12:02:27.0488724Z    Compiling doctest-file v1.1.1
2026-06-21T12:02:27.1239794Z    Compiling clap_lex v1.1.0
2026-06-21T12:02:27.4506534Z    Compiling wmi v0.18.4
2026-06-21T12:02:27.5472527Z    Compiling regex v1.12.3
2026-06-21T12:02:27.6205234Z    Compiling toml v0.8.23
2026-06-21T12:02:27.6508253Z    Compiling indoc v2.0.7
2026-06-21T12:02:27.6951515Z    Compiling unicode-width v0.1.14
2026-06-21T12:02:28.0241704Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T12:02:28.2956560Z    Compiling darling_macro v0.23.0
2026-06-21T12:02:28.3630122Z    Compiling unicode-truncate v1.1.0
2026-06-21T12:02:28.3796484Z    Compiling interprocess v2.4.2
2026-06-21T12:02:28.4065966Z    Compiling clap_builder v4.6.0
2026-06-21T12:02:28.5998521Z    Compiling compact_str v0.8.2
2026-06-21T12:02:28.6442124Z    Compiling lru v0.12.5
2026-06-21T12:02:28.6780090Z    Compiling strum v0.26.3
2026-06-21T12:02:28.8008213Z    Compiling darling v0.23.0
2026-06-21T12:02:28.8357841Z    Compiling crossterm v0.28.1
2026-06-21T12:02:28.8440961Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T12:02:29.0697795Z    Compiling portmapper v0.16.0
2026-06-21T12:02:29.8068427Z    Compiling clap_derive v4.6.1
2026-06-21T12:02:30.1785855Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T12:02:30.1826749Z    Compiling cassowary v0.3.0
2026-06-21T12:02:30.3159067Z    Compiling error-code v3.3.2
2026-06-21T12:02:30.4186202Z    Compiling unicode-width v0.2.0
2026-06-21T12:02:30.5164445Z    Compiling clipboard-win v5.4.1
2026-06-21T12:02:30.7460854Z    Compiling ratatui v0.29.0
2026-06-21T12:02:30.9080915Z    Compiling nucleo-matcher v0.3.1
2026-06-21T12:02:30.9730204Z    Compiling qrcode v0.14.1
2026-06-21T12:02:31.0179251Z    Compiling tempfile v3.27.0
2026-06-21T12:02:31.8752578Z    Compiling clap v4.6.1
2026-06-21T12:02:42.5677147Z    Compiling rustls-webpki v0.103.13
2026-06-21T12:02:44.7802796Z    Compiling tokio-rustls v0.26.4
2026-06-21T12:02:44.7803167Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T12:02:44.7803407Z    Compiling noq-proto v0.17.0
2026-06-21T12:02:44.9150137Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T12:02:44.9150635Z    Compiling hyper-rustls v0.27.9
2026-06-21T12:02:44.9150958Z    Compiling tokio-websockets v0.13.2
2026-06-21T12:02:45.9751080Z    Compiling reqwest v0.13.4
2026-06-21T12:02:46.8482299Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T12:03:02.9948173Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T12:03:04.3010853Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T12:03:14.5726989Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T12:03:21.2308716Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-21T12:03:21.2517589Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T12:03:21.3075541Z 
2026-06-21T12:03:21.3075883Z running 1 test
2026-06-21T12:03:29.1239644Z test new_brain_serves_against_old_broker ... ok
2026-06-21T12:03:29.1240017Z 
2026-06-21T12:03:29.1240328Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.82s
2026-06-21T12:03:29.1240696Z 
